Searched refs:Tentative (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseInit.cpp70 TentativeParsingAction Tentative(*this);
78 Tentative.Revert();
90 Tentative.Revert();
H A DParseTemplate.cpp1236 } Tentative(*this);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4315 Instruction *Tentative = &*IP; local
4321 if (isa<CatchSwitchInst>(Tentative))
4325 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) {
4331 if (Tentative->getParent() == Inst->getParent() &&
4340 IP = Tentative->getIterator();
4360 Tentative = IDom->getTerminator();
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3410 Instruction *Tentative = IDom->getTerminator(); local
3414 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) {
3429 IP = Tentative;

Completed in 349 milliseconds