Home
last modified time | relevance | path

Searched refs:BBIdx (Results 26 – 45 of 45) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp989 unsigned BBIdx = 0; in updatePhiNodes() local
1003 if (PN->getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
1004 BBIdx = PN->getBasicBlockIndex(OldPred); in updatePhiNodes()
1006 assert(BBIdx != (unsigned)-1 && "Invalid PHI Index!"); in updatePhiNodes()
1007 PN->setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Coroutines/
H A DCoroFrame.cpp989 unsigned BBIdx = 0; in updatePhiNodes() local
1003 if (PN->getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
1004 BBIdx = PN->getBasicBlockIndex(OldPred); in updatePhiNodes()
1006 assert(BBIdx != (unsigned)-1 && "Invalid PHI Index!"); in updatePhiNodes()
1007 PN->setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 int BBIdx = 0; in updatePhiNodes() local
556 if (PN.getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
557 BBIdx = PN.getBasicBlockIndex(OldPred); in updatePhiNodes()
559 assert(BBIdx != -1 && "Invalid PHI Index!"); in updatePhiNodes()
560 PN.setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 int BBIdx = 0; in updatePhiNodes() local
556 if (PN.getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
557 BBIdx = PN.getBasicBlockIndex(OldPred); in updatePhiNodes()
559 assert(BBIdx != -1 && "Invalid PHI Index!"); in updatePhiNodes()
560 PN.setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 int BBIdx = 0; in updatePhiNodes() local
556 if (PN.getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
557 BBIdx = PN.getBasicBlockIndex(OldPred); in updatePhiNodes()
559 assert(BBIdx != -1 && "Invalid PHI Index!"); in updatePhiNodes()
560 PN.setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 int BBIdx = 0; in updatePhiNodes() local
556 if (PN.getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
557 BBIdx = PN.getBasicBlockIndex(OldPred); in updatePhiNodes()
559 assert(BBIdx != -1 && "Invalid PHI Index!"); in updatePhiNodes()
560 PN.setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 int BBIdx = 0; in updatePhiNodes() local
556 if (PN.getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
557 BBIdx = PN.getBasicBlockIndex(OldPred); in updatePhiNodes()
559 assert(BBIdx != -1 && "Invalid PHI Index!"); in updatePhiNodes()
560 PN.setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 int BBIdx = 0;
556 if (PN.getIncomingBlock(BBIdx) != OldPred)
557 BBIdx = PN.getBasicBlockIndex(OldPred);
559 assert(BBIdx != -1 && "Invalid PHI Index!");
560 PN.setIncomingBlock(BBIdx, NewPred);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1288 unsigned BBIdx = 0; in updatePhiNodes() local
1302 if (PN->getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
1303 BBIdx = PN->getBasicBlockIndex(OldPred); in updatePhiNodes()
1305 assert(BBIdx != (unsigned)-1 && "Invalid PHI Index!"); in updatePhiNodes()
1306 PN->setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1377 unsigned BBIdx = 0; in updatePhiNodes() local
1391 if (PN->getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
1392 BBIdx = PN->getBasicBlockIndex(OldPred); in updatePhiNodes()
1394 assert(BBIdx != (unsigned)-1 && "Invalid PHI Index!"); in updatePhiNodes()
1395 PN->setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1377 unsigned BBIdx = 0; in updatePhiNodes() local
1391 if (PN->getIncomingBlock(BBIdx) != OldPred) in updatePhiNodes()
1392 BBIdx = PN->getBasicBlockIndex(OldPred); in updatePhiNodes()
1394 assert(BBIdx != (unsigned)-1 && "Invalid PHI Index!"); in updatePhiNodes()
1395 PN->setIncomingBlock(BBIdx, NewPred); in updatePhiNodes()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopBuilder.cpp1944 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1957 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
1973 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
1980 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
1987 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2162 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2169 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2180 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopBuilder.cpp1982 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1995 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
2011 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
2018 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2025 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2200 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2207 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2218 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1945 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1958 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
1974 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
1981 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
1988 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2163 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2170 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2181 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1945 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1958 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
1974 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
1981 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
1988 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2163 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2170 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2181 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1978 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1991 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
2007 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
2014 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2021 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2196 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2203 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2214 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopBuilder.cpp1944 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1957 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
1973 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
1980 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
1987 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2162 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2169 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2180 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1937 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1950 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
1966 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
1973 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
1980 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2155 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2162 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2173 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1978 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() argument
1991 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames); in makeStmtName()
2007 long BBIdx = scop->getNextStmtIdx(); in buildSequentialBlockStmts() local
2014 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2021 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts()
2196 long BBIdx = scop->getNextStmtIdx(); in buildEqivClassBlockStmts() local
2203 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
2214 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp1978 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count,
1991 return getIslCompatibleName("Stmt", BB, BBIdx, Suffix, UseInstructionNames);
2007 long BBIdx = scop->getNextStmtIdx();
2014 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0);
2021 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0);
2196 long BBIdx = scop->getNextStmtIdx();
2203 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain);
2214 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true);

12