Searched refs:ThenTerm (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h224 TerminatorInst **ThenTerm,
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp711 TerminatorInst **ThenTerm,
720 *ThenTerm = BranchInst::Create(Tail, ThenBlock);
721 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
710 SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, TerminatorInst **ThenTerm, TerminatorInst **ElseTerm, MDNode *BranchWeights) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1704 TerminatorInst *ThenTerm, *ElseTerm; local
1705 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm);
1707 IRBuilder<> IRBPoison(ThenTerm);

Completed in 100 milliseconds