OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceSuccessorsPhiUsesWith
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
BasicBlock.h
277
void
replaceSuccessorsPhiUsesWith
(BasicBlock *New);
/external/llvm/lib/IR/
BasicBlock.cpp
341
void BasicBlock::
replaceSuccessorsPhiUsesWith
(BasicBlock *New) {
Value.cpp
365
BB->
replaceSuccessorsPhiUsesWith
(cast<BasicBlock>(New));
/external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
272
Latch->
replaceSuccessorsPhiUsesWith
(LastExit);
Completed in 69 milliseconds