HomeSort by relevance Sort by last modified time
    Searched refs:CurBB (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 73 /// CurBB to Pred, updating our state to reflect any needed changes. If the
76 bool PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,
86 Value *PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB,
97 Value *PHITranslateSubExpr(Value *V, BasicBlock *CurBB, BasicBlock *PredBB,
101 /// version of 'V' for the edge PredBB->CurBB into the end of the PredBB
105 Value *InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 116 // If the input value is not an instruction, or if it is not defined in CurBB,
145 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB,
157 if (Inst->getParent() != CurBB) {
191 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT);
221 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
246 GEPI->getParent()->getParent() == CurBB->getParent() &&
269 Value *LHS = PHITranslateSubExpr(Inst->getOperand(0), CurBB, PredBB, DT);
305 BO->getParent()->getParent() == CurBB->getParent() &&
319 /// CurBB to Pred, updating our state to reflect any needed changes. If the
322 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB
    [all...]
  /external/llvm/lib/MC/
MCObjectDisassembler.cpp 164 BBInfo &CurBB = BBInfos[TA->getBeginAddr()];
169 CurBB.addSucc(BBInfos[Target]);
171 CurBB.addSucc(BBInfos[LI.Address + LI.Size]);
173 CurBB.addSucc(BBInfos[LI.Address + LI.Size]);
  /external/llvm/include/llvm/IR/
Value.h 303 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
307 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
309 const Value *DoPHITranslation(const BasicBlock *CurBB,
311 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
  /external/clang/lib/CodeGen/
CGStmt.cpp 271 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
283 if (CurBB && CurBB->getParent())
284 CurFn->getBasicBlockList().insertAfter(CurBB, BB);
294 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
296 if (!CurBB || CurBB->getTerminator()) {
414 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
421 cast<llvm::PHINode>(IndGotoBB->begin())->addIncoming(V, CurBB);
    [all...]
CodeGenFunction.cpp 140 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
142 if (CurBB) {
143 assert(!CurBB->getTerminator() && "Unexpected terminated block.");
147 if (CurBB->empty() || ReturnBlock.getBlock()->use_empty()) {
148 ReturnBlock.getBlock()->replaceAllUsesWith(CurBB);
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 114 BasicBlock *CurBB = StateBB++;
118 TerminatorInst *TI = CurBB->getTerminator();
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 72 BasicBlock *CurBB; // The currently executing BB
Execution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 400 MachineBasicBlock *FBB, MachineBasicBlock *CurBB,
404 MachineBasicBlock *CurBB,
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/IR/
Value.cpp 468 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
472 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
475 if (PN && PN->getParent() == CurBB)
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 295 milliseconds