OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddPredecessorToBlock
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp
107
///
AddPredecessorToBlock
- Update PHI nodes in Succ to indicate that there will
111
static void
AddPredecessorToBlock
(BasicBlock *Succ, BasicBlock *NewPred,
776
AddPredecessorToBlock
(NewSuccessors[i], Pred, BB);
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
244
static void
AddPredecessorToBlock
(BasicBlock *Succ, BasicBlock *NewPred,
[
all
...]
Completed in 523 milliseconds